home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / LANG / PROLOG / HUMBOLT / HUMBOLTS / _files / _humboltsr / ERRORS._h < prev    next >
Text File  |  1990-05-14  |  2KB  |  67 lines

  1. /***************************************************
  2. ****************************************************
  3. **                                                **
  4. **  HU-Prolog     Portable Interpreter System     **
  5. **                                                **
  6. **  Release 1.62   January  1990                  **
  7. **                                                **
  8. **  Authors:      C.Horn, M.Dziadzka, M.Horn      **
  9. **                                                **
  10. **  (C) 1989      Humboldt-University             **
  11. **                Department of Mathematics       **
  12. **                GDR 1086 Berlin, P.O.Box 1297   **
  13. **                                                **
  14. ****************************************************
  15. ***************************************************/
  16.  
  17. #define NOERROR              0
  18. #define ABORTE               1
  19. #define ARGE                 2
  20. #define ATOMSPACEE           3
  21. #define BADARITYE            4
  22. #define BADCDDE              5
  23. #define BADCHARE             6
  24. #define BADDOTE              7
  25. #define BADEXPE              8
  26. #define BADKETE              9
  27. #define BADTYPE              10
  28. #define CALLE                11
  29. #define COMMENTE             12
  30. #define DEPTHE               13
  31. #define DIV0E                14
  32. #define EOFE                 15
  33. #define FRAMESPACEE          16
  34. #define IOERROR              17
  35. #define LOCALSPACEE          18
  36. #define NEEDOPE              19
  37. #define NEEDQUOTEE           20
  38. #define NEEDRANDE            21
  39. #define NUMBERSYNE           22
  40. #define NVARSE               23
  41. #define PRECE                24
  42. #define PROGFAILE            25
  43. #define READNESTE            26
  44. #define READSTACKE           27
  45. #define STDFUNCARGE          28
  46. #define SYSPROCE             29
  47. #define TRAILSPACEE          30
  48. #define UNDEFFUNCE           31
  49. #define VARSPACEE            32
  50. #define WIERDCHE             33
  51. #define aSTRINGSPACEE        34
  52. #define FPEXCEPTE            35
  53. #define CANTCR               36
  54. #define CANTOP               37 
  55. #define NOTOPEN              38
  56. #define ISTTYE               39
  57. #define TOMANY               40
  58. #define CUROUT               41
  59. #define CURINP               42
  60. #define ONLOUT               43 
  61. #define ONLINP               44
  62. #define CODESPACEE           45
  63. #define LABELSPACEE          46
  64. #define UNDEFLABEL           47
  65.  
  66.  
  67.